PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFNumberFormat Class / setThousandsSeparator Method
Text that shall be used between orders of thousands in display of numerical values.
In This Topic
    setThousandsSeparator Method
    In This Topic
    Sets the thousands separator.
    An empty string indicates that no text shall be added. Default value is COMMA (0x2C).
    Syntax
    public void setThousandsSeparator( 
       java.lang.String thousandsSeparator
    )

    Parameters

    thousandsSeparator
    Text that shall be used between orders of thousands in display of numerical values.
    See Also